home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat3 / tanh.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  969 b   |  31 lines

  1.  
  2. TANH(3)                    UNIX Programmer's Manual                    TANH(3)
  3.  
  4. NNAAMMEE
  5.      ttaannhh - hyperbolic tangent function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      ttaannhh(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      ttaannhhff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The ttaannhh() and ttaannhhff() functions compute the hyperbolic tangent of _x. For
  18.      a discussion of error due to roundoff, see math(3).
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      The ttaannhh() function returns the hyperbolic tangent value.
  22.  
  23. SSEEEE AALLSSOO
  24.      acos(3),  asin(3),  atan(3),  atan2(3),  cos(3),  cosh(3),  sin(3),
  25.      sinh(3),  tan(3),  math(3)
  26.  
  27. SSTTAANNDDAARRDDSS
  28.      The ttaannhh() function conforms to ANSI C3.159-1989 (``ANSI C'').
  29.  
  30. BSD Experimental                  May 2, 1991                                1
  31.